home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / lang / PPCbwb111.readme < prev    next >
Text File  |  1998-03-07  |  4KB  |  103 lines

  1. Short:    Bywater BASIC interpreter 1.11, powerUP (TM)
  2. Author:   Ted A. Campbell, Wouter van Oortmerssen, Andreas R. Kleinert (port)
  3. Uploader: Andreas_Kleinert@t-online.de
  4. Type:     dev/lang
  5.  
  6.  Another one in the series of dev/lang powerUP (TM) ports for PPC B-)
  7.  [ and probably the last one, so far - since I'm going to spend
  8.    time on more serious PPC stuff now ;) ]
  9.  
  10.  This BASIC interpreter is mainly for test purposes (and for fun :-)
  11.  You for example can use it for quick tests on the PPC's speed
  12.  and responsiveness, as well as surrounding program calls with
  13.  e.g. CLI calls like "Date" to measure execution times or such stuff.
  14.  
  15.  Have fun!
  16.  
  17.  
  18.  Note: this one no longer needs ixemul.library
  19.  
  20.  --
  21.  ARK
  22.  
  23. ***
  24.  
  25. [needs ixemul.library]
  26.  
  27. I came across this very small basic on my 'Language/OS' CD-ROM,
  28. and accidentally typed `make' :-). Since more people might want to
  29. give it a try, I thought I'd dump it on aminet. Note very well
  30. though, I do not intend to support this software in _any_ way.
  31.  
  32. With that out of the way:
  33.  
  34. This is quite a small basic, and it seems to conform to some
  35. ANSI standard for basic (read about that in the original `read.me').
  36. It organises sources with the infamous line-number method.
  37.  
  38. If you start the the interpreter, you can pas a name of a sourcefile
  39. on the command-line which it will immediately run. On the command
  40. line one can enter BASIC-expressions directly, or precede them with
  41. line-numbers to form a program.
  42.  
  43. as an extra it also acts a bit like a shell, as it seems to execute
  44. all commands it doesn't understand via amigados. also it has some
  45. builtin dos-stuff.
  46.  
  47. about the `port': this was done no modifications of significance
  48. to the original source. some parts where compiled without the -O
  49. option though, since otherwise my GCC would guru.
  50.  
  51. Have fun,
  52.  
  53. Wouter.
  54.  
  55.  
  56. ============================= Archive contents =============================
  57.  
  58. Original  Packed Ratio    Date     Time    Name
  59. -------- ------- ----- --------- --------  -------------
  60.       46      46  0.0% 09-Feb-98 20:37:40 +bwbasic
  61.   231153   86412 62.6% 09-Feb-98 20:38:24 +bwbasic.elf
  62.       36      36  0.0% 02-Sep-92 12:40:52 +hello.bas
  63.     1701     947 44.3% 09-Feb-98 20:36:52 +PPCbwb111.readme
  64.     4576    1836 59.8% 02-Sep-92 12:34:38 +read.me
  65.    34947    6577 81.1% 02-Sep-92 12:34:38 +bwb_cmd.c
  66.    14197    5416 61.8% 08-Feb-98 23:31:56 +bwb_cmd.o
  67.    26378    5557 78.9% 02-Sep-92 12:34:38 +bwb_cnd.c
  68.     8171    3791 53.6% 08-Feb-98 23:33:36 +bwb_cnd.o
  69.    45319    7400 83.6% 02-Sep-92 12:34:38 +bwb_dio.c
  70.    19272    6847 64.4% 08-Feb-98 23:34:56 +bwb_dio.o
  71.    36339    6450 82.2% 02-Sep-92 12:34:38 +bwb_elx.c
  72.    12987    5108 60.6% 08-Feb-98 23:35:18 +bwb_elx.o
  73.    39232    7110 81.8% 02-Sep-92 12:34:38 +bwb_exp.c
  74.    10926    4612 57.7% 08-Feb-98 23:32:30 +bwb_exp.o
  75.    50006    7535 84.9% 02-Sep-92 12:34:38 +bwb_fnc.c
  76.    23356    7943 65.9% 08-Feb-98 23:33:24 +bwb_fnc.o
  77.    34768    7139 79.4% 02-Sep-92 12:34:38 +bwb_inp.c
  78.    10670    4490 57.9% 08-Feb-98 23:33:04 +bwb_inp.o
  79.    17452    3629 79.2% 02-Sep-92 12:34:38 +bwb_int.c
  80.     5598    2463 56.0% 08-Feb-98 23:31:38 +bwb_int.o
  81.    14325    4797 66.5% 02-Sep-92 12:34:38 +bwb_mes.h
  82.    27562    2750 90.0% 02-Sep-92 12:34:38 +bwb_mth.c
  83.    10728    3425 68.0% 08-Feb-98 23:35:26 +bwb_mth.o
  84.    56373    6373 88.6% 02-Sep-92 12:34:38 +bwb_ops.c
  85.    15957    5267 66.9% 08-Feb-98 23:34:34 +bwb_ops.o
  86.    40405    7811 80.6% 02-Sep-92 12:34:38 +bwb_prn.c
  87.    18341    6948 62.1% 08-Feb-98 23:32:18 +bwb_prn.o
  88.     7035    1682 76.0% 02-Sep-92 12:34:38 +bwb_str.c
  89.     2310     998 56.7% 08-Feb-98 23:35:00 +bwb_str.o
  90.     5985    1851 69.0% 02-Sep-92 12:34:38 +bwb_tbl.c
  91.     9422    2142 77.2% 08-Feb-98 23:31:42 +bwb_tbl.o
  92.      166     134 19.2% 02-Sep-92 12:34:38 +bwb_tcc.c
  93.    54847    9788 82.1% 02-Sep-92 12:34:38 +bwb_var.c
  94.    14177    5990 57.7% 08-Feb-98 23:32:48 +bwb_var.o
  95.    24982    6354 74.5% 02-Sep-92 12:34:38 +bwbasic.c
  96.    30035    7036 76.5% 02-Sep-92 12:34:38 +bwbasic.h
  97.    11601    4546 60.8% 08-Feb-98 23:31:10 +bwbasic.o
  98.      486     272 44.0% 02-Sep-92 12:34:38 +makefile.gcc
  99.      218     151 30.7% 08-Feb-98 23:29:10 +scoptions
  100.      343     178 48.1% 09-Feb-98 20:38:08 +smakefile
  101. -------- ------- ----- --------- --------
  102.   972428  259837 73.2% 01-Mar-98 20:44:00   41 files
  103.